#!/bin/bash # It is recommended to test the script on a local machine for its purpose and effects. # ManageEngine Desktop Central will not be responsible for any # damage/loss to the data/setup based on the behavior of the script. # Description - Script to remove badge notifications in Mac # Configuration - USER sudo softwareupdate --ignore "macOS Big Sur" defaults write com.apple.systempreferences AttentionPrefBundleIDs 0 killall Dock